html,
body {
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
a,
p,
span,
div
header,
footer,
b,
strong,
ul,
li{
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif ;
}
b,strong{
    font-weight: bold!important; 
  }

.content-list-box.content-list-box .text-box .overtext, .content-list-box-other.content-list-box .text-box .overtext, .content-list-box.content-list-box-other .text-box .overtext, .content-list-box-other.content-list-box-other .text-box .overtext{
    height: 7.8em;
}

.content-box h2:after {
    margin-left:0;
    transform: translateX(-50%);
}
.faq h2:after,.contact-us .big-box h2:after,.contact-us .text-box h2:after{
    transform: translateX(0);
}
.about-win h2:after,.more-magazine h2:after {
    transform: translateX(0);
}
.pc{display: block;}
.mobile{display: none;}
@media (min-width:992px){
.content-box h2.pull-left:after,.about-timeline .content-box h2:after {
    transform: translateX(0);
}

} 
@media (max-width: 992px){
    .faq .question .answer {
        text-indent: 30px;
    }
}

@media(max-width: 768px){
    .pc{display: none;}
.mobile{display: block;}
}

/*分页*/
.page{margin:0 auto 50px; position: relative; text-align: center; display: table;}
.page a, .page span{
    min-width: 40px;
    height: 40px;
    background: #e8e8e8;
    border-radius: 5px;
    font-size: 14px;
    color: #9fa7c5;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    margin-right: 12px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.page a:hover, .page .Ahover{
    background: #002b60;
    color: #FFF;
}
.page a:last-child{
    margin-right: 0;
}

.page .pagenum{display: inline-block; margin-right: 10px;}

.map {
    margin-top: 50px;
    height: 500px;
    width: 100%;
    position: relative;
}


